searchDirectorySucceed

public abstract void searchDirectorySucceed(int directorySize, List<ContactInterface> contactList)

This method will be triggered,if the searchDirectory method succeeds.

Since

2.0.0

Parameters

directorySize

number of returned contacts

contactList

list user's contact list according to his/her addressbook.

See also